home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / absetup.exe / {app} / Ahnblatt.exe / 0 / RCDATA / TELTERNTEILFORM / TELTERNTEILFORM.txt
Text File  |  2014-12-03  |  2KB  |  82 lines

  1. object ElternteilForm: TElternteilForm
  2.   Left = 1011
  3.   Top = 653
  4.   BorderStyle = bsDialog
  5.   Caption = 'Zweites Elternteil'
  6.   ClientHeight = 321
  7.   ClientWidth = 418
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   OnCreate = TntFormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Label1: TTntLabel
  21.     Left = 22
  22.     Top = 13
  23.     Width = 200
  24.     Height = 15
  25.     Caption = 'Auswahl des zweiten Elternteil von ...'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -12
  29.     Font.Name = 'Arial'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object LabelKind: TTntLabel
  34.     Left = 38
  35.     Top = 36
  36.     Width = 89
  37.     Height = 15
  38.     Caption = 'Kind, Vornamen'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -12
  42.     Font.Name = 'Arial'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object ElternListe: TTntCheckListBox
  47.     Left = 17
  48.     Top = 66
  49.     Width = 388
  50.     Height = 206
  51.     OnClickCheck = ElternListeClickCheck
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = -12
  55.     Font.Name = 'Arial'
  56.     Font.Style = []
  57.     ItemHeight = 15
  58.     ParentFont = False
  59.     TabOrder = 0
  60.   end
  61.   object ButtonOK: TTntButton
  62.     Left = 224
  63.     Top = 286
  64.     Width = 81
  65.     Height = 27
  66.     Caption = '&OK'
  67.     Default = True
  68.     ModalResult = 1
  69.     TabOrder = 1
  70.   end
  71.   object ButtonNein: TTntButton
  72.     Left = 319
  73.     Top = 286
  74.     Width = 81
  75.     Height = 27
  76.     Cancel = True
  77.     Caption = '&Abbruch'
  78.     ModalResult = 2
  79.     TabOrder = 2
  80.   end
  81. end
  82.